-
Re: Can you do reorder to the glyphs and apply ligature after that?
"This is perhaps the trickiest part of OpenType". https://github.com/harfbuzz/harfbuzz/blob/a85461b9b6367d5ce313c800f9efc6a1ad750616/src/hb-ot-layout-gsubgpos.hh#L991-L10131 -
Re: Type design hot takes
I wouldn't describe Inter as a San Francisco replacement.1 -
Re: Can you do reorder to the glyphs and apply ligature after that?
The way I handle this in Myanmar is to make a ligature with the IgnoreBaseGlyphs flag set in the rphf feature: feature rphf { lookupflag IgnoreBaseGlyphs UseMarkFilteringSet @abovemarks; sub kinzi-my…3 -
Re: What after exporting instances?
Run it through fontbakery.4 -
Re: Is there any tool you can use to look at the final ordering the glyphs after shaping Engine has done
I would really love to have a similar step-by-step debugger for DirectWrite, because there are sometimes some unexpected differences between that and other engines. (Crowbar uses Harfbuzz.) I don't k…1